home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 April
/
Macworld (1999-04).dmg
/
Shareware World
/
Comms & Internet
/
PageSpinner 2.1
/
PageSpinner 2.1 68K
/
Includes
/
ps_window.js
< prev
next >
Wrap
Text File
|
1998-12-06
|
563b
|
29 lines
<SCRIPT LANGUAGE="JavaScript">
<!--
// Generated by PageSpinner, www.optima-system.com
function psShowWin(theName, theFlags, theURL, thisURL)
{
if (theURL)
{ psWindow = open(theURL,theName, psWinInfo[theName] );
psWindow = open(theURL,theName, psWinInfo[theName] );
}
else
{ if (psWindow)
psWindow.close(); }
if (thisURL)
location=thisURL;
if (theFlags & 1)
{ if (psWindow.focus)
psWindow.focus();
}
}
function psSetupWin(theName, winInfo)
{
psWinInfo[theName] = winInfo;
}
var psWindow = null;
psWinInfo = new Array();
// -->
</SCRIPT>